Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.5.0 -> 0.6.2 age confidence
@rstest/core (source) ^0.5.0 -> ^0.6.2 age confidence

Release Notes

web-infra-dev/rstest (@​rstest/core)

v0.6.2

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.1...v0.6.2

v0.6.1

Compare Source

What's Changed

Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

Breaking Changes
Drop support of async mock factory

Drop support of async mock factory and introduce a new synchronous replacement for rs.importActual with import attributes.

import * as foo from 'foo' with { "rstest": "importActual" }

rs.mock('foo', ()=> {
  return { ...foo, extra: 1 }
})

Learn more about #​618 and documentation about mock modules.

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.4...v0.6.0

v0.5.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.3...v0.5.4

v0.5.3

Compare Source

What's Changed
New Features 🎉
  • feat: support show summary status when test running by @​9aoy in #​626
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.2...v0.5.3

v0.5.2

Compare Source

Highlights 💡
VS Code extension

The Rstest VS Code extension can be used to discovers, displays, and runs tests in your workspace. It builds a rich Test Explorer tree from your test files and keeps it up to date as files change.

Install the extension from the marketplace rstest.

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.5.0...v0.5.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for rslint ready!

Name Link
🔨 Latest commit dc8c851
🔍 Latest deploy log https://app.netlify.com/projects/rslint/deploys/690c2f8b7456ba00085fdbbd
😎 Deploy Preview https://deploy-preview-384--rslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/rstest-core-0.x branch from d5d7062 to dc8c851 Compare November 6, 2025 05:18
@renovate renovate bot changed the title chore(deps): update dependency @rstest/core to v0.6.1 chore(deps): update dependency @rstest/core to v0.6.2 Nov 6, 2025
@hardfist hardfist enabled auto-merge (squash) November 6, 2025 08:15
@hardfist hardfist merged commit 673d7e1 into main Nov 6, 2025
18 checks passed
@hardfist hardfist deleted the renovate/rstest-core-0.x branch November 6, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants